C1.Web.Mvc Namespace / YFunctionSeries<T> Class / YFunctionSeries<T> Constructor
The owner which owns this series.

In This Topic
YFunctionSeries<T> Constructor
In This Topic
Creates one YFunctionSeries<T> instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal owner As FlexChartCore(Of T) _
)
 

Parameters

owner
The owner which owns this series.
See Also